-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vtorc
: cleanup init db handling
#17198
vtorc
: cleanup init db handling
#17198
Conversation
Signed-off-by: Tim Vaillancourt <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17198 +/- ##
==========================================
+ Coverage 67.40% 67.41% +0.01%
==========================================
Files 1573 1573
Lines 253181 253184 +3
==========================================
+ Hits 170645 170676 +31
+ Misses 82536 82508 -28 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Manan Gupta <[email protected]>
@timvaillancourt this now shows conflicts having merged #17154 |
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]> Signed-off-by: Manan Gupta <[email protected]> Co-authored-by: Manan Gupta <[email protected]> Signed-off-by: Jun Wang <[email protected]>
Description
This PR does some cleanup to the way errors are handled in
vtorc
at DB init-time, some details:error
return now check returnlog.Fatal(...)
s move to the top level callerRelated Issue(s)
Checklist
Deployment Notes